其他
超好玩!分享 GitHub 推荐的 13 款万圣节开源游戏!
以下文章来源于知识小集 ,作者->
The Wandering Wraith (JS13K, 2019)
主题 | Back
作者 | @tulustul
源码 | https://github.com/tulustul/The-Wandering-Wraith
this.dashed = true;
轻松到达那些难以到达的地方。- this.dashed = true;
+ // this.dashed = true;
zzfx(0.6, 1, 200, 0.1, 0.47, 4.2, 1.4, 1, 0.15);
Trick Parade (Ludum Dare 33, 2015)
主题 | You are the monster
作者 | @SimonLarsen
源码 | https://github.com/SimonLarsen/trickparade
Daemon vs. Demon (Game Off, 2017)
主题 | Throwback
作者 | @securas and @mundus
源码 | https://github.com/securas/Daemon-vs-Demon
- var GRAB_PLAYER_TIME = 0.5
+ var GRAB_PLAYER_TIME = 1337
var grab_player_timer = GRAB_PLAYER_TIME
Murder at the Residence Gudul (Global Game Jam, 2015)
主题 | What do we do now
作者 | 一个 10 人团队
源码 | https://github.com/superpowers-extra/residence-gudul-game
Mogee (LowRezJam, 2016)
作者 | @w0rm, @kuzminadya, @carlospazuzu
源码 | https://github.com/w0rm/elm-mogee
jumpVelocity =
- 0.09
+ 0.18
walkVelocity : Float
walkVelocity =
- 0.045
+ 0.09
Monster P
Monster Pong (Game Off, 2018)
主题 | hybrid
作者 | @michelebucelli and Andrea Di Primio
源码 | https://github.com/michelebucelli/monsterpong/
for ( var i = 0; i < this.balls.length; ++i ) {
- if ( this.balls[i].v[1] < 0 && this.balls[i].x[1] < nearestIncomingBall.x[1] )
- nearestIncomingBall = this.balls[i];
- if ( this.balls[i].x[1] < nearestBall.x[1] )
- nearestBall = this.balls[i];
if ( this.balls[i].bound == 2 && this.t >= 3.5 )
this.shoot ( 2 );
}
Witch ‘em up (CGA Jam, 2017)
作者 | @Tinchetsu
源码 | https://github.com/Tinchetsu/tic80_games/tree/master/witchemup
Meteorite (LowRezJam 2018)
作者 | @Bauxitedev
源码 | https://github.com/Bauxitedev/meteorite
The Sucker (JS13K, 2012)
主题 | 13
作者 | @onether
源码 | https://github.com/onether/the-sucker
{
- ctx.fillStyle = 'rgb(' + (128 + Math.floor(Math.random() * 128)) + ', 0, 0)';
+ ctx.fillStyle = 'rgb(0,' + (128 + Math.floor(Math.random() * 128)) + ', 0)';
ctx.fillRect(app.round(elem.x), app.round(elem.y), elem.w, elem.h);
});
Dark Forest (Game Off, 2017)
主题 | Throwback
作者 | @progrium
源码 | https://github.com/progrium/DarkForest
Blood Worm (Ludum Dare 33, 2015)
主题 | You are the monster
作者 | @whitingjp
源码 | https://github.com/whitingjp/ld33
Micromancer (Ludum Dare 33, 2015)
主题 | You are the monster
作者 | Team RADMARS
源码 | https://github.com/radmars/ld33
Johnny Smiter: Episode Zero
主题 | Back
作者 | @supereggbert
源码 | https://github.com/supereggbert/JohnnySmiterEp0